github.com/andybalholm/brotli.blockEncoder.block_len_ (field)
9 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L1006: block_len_ uint
brotli_bit_stream.go#L1033: self.block_len_ = 0
brotli_bit_stream.go#L1035: self.block_len_ = uint(block_lengths[0])
brotli_bit_stream.go#L1060: if self.block_len_ == 0 {
brotli_bit_stream.go#L1065: self.block_len_ = uint(block_len)
brotli_bit_stream.go#L1070: self.block_len_--
brotli_bit_stream.go#L1084: if self.block_len_ == 0 {
brotli_bit_stream.go#L1089: self.block_len_ = uint(block_len)
brotli_bit_stream.go#L1094: self.block_len_--
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |